home *** CD-ROM | disk | FTP | other *** search
/ Revolution - Das Atari CD Magazin 1997 / Revolution - Das Atari CD Magazin 1.iso / software / mag_prg / udo / udo6ehp7.tz / udo6ehp7 / UDO6eng / doc / examples / enumerat.u < prev    next >
Text File  |  1997-01-04  |  708b  |  34 lines

  1. #######################################
  2. # @(#) enumerate environments - dh 1996
  3. #######################################
  4.  
  5. !code_iso
  6. !english
  7.  
  8. !title        UDO's
  9. !program    Enumerate Environment
  10. !author        Dirk Hagedorn
  11.  
  12. !begin_document
  13. !maketitle
  14. !tableofcontents
  15.  
  16. !node A simple enumerate environment
  17.  
  18. This example shows how to use enumerate environments:
  19.  
  20. !begin_enumerate
  21.  
  22. !item This is item no. 1
  23. !item This is item no. 2 with some more senseless words to show you
  24. how UDO formats this item.
  25.  
  26.     This sentence also belongs to item no. 2.
  27.  
  28. !item Last but not least this is item no. 3. Here you can see the
  29. effect of a (!nl) manually inserted linebreak.
  30.  
  31. !end_enumerate
  32.  
  33. !end_document
  34.